[INFO] cloning repository https://github.com/Amritanshu05/Agro_manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Amritanshu05/Agro_manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritanshu05%2FAgro_manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritanshu05%2FAgro_manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41609e687ca6a60fd826b2cf26ee1bde0fd5c42d
[INFO] fixing Amritanshu05/Agro_manager against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritanshu05%2FAgro_manager" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Amritanshu05/Agro_manager
[INFO] finished tweaking git repo https://github.com/Amritanshu05/Agro_manager
[INFO] tweaked toml for git repo https://github.com/Amritanshu05/Agro_manager written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Amritanshu05/Agro_manager on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Amritanshu05/Agro_manager already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f
[INFO] running `Command { std: "docker" "start" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating entity/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating migration/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking value-bag v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking whoami v1.6.0
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking strfmt v0.2.5
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking bcrypt v0.17.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling inherent v1.0.12
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling typeshare-annotation v1.0.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling sea-orm-macros v1.1.14
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]     Checking async-io v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]     Checking clap v4.5.43
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking typeshare v1.0.4
[INFO] [stderr]     Checking shuttle-common v0.56.0
[INFO] [stderr]     Checking sea-query v0.32.7
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking sea-orm-cli v1.1.15
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking shuttle-service v0.56.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking async-std v1.13.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling shuttle-ifc v0.56.0
[INFO] [stderr]    Compiling shuttle-codegen v0.56.0
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking sea-query-binder v0.7.0
[INFO] [stderr]     Checking sea-orm v1.1.14
[INFO] [stderr]     Checking sea-schema v0.16.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking reqwest v0.12.22
[INFO] [stderr]     Checking reqwest-middleware v0.4.2
[INFO] [stderr]     Checking shuttle-api-client v0.56.1
[INFO] [stderr]     Checking shuttle-runtime v0.56.0
[INFO] [stderr]     Checking sea-orm-migration v1.1.14
[INFO] [stderr]     Checking entity v0.1.0 (/opt/rustwide/workdir/entity)
[INFO] [stderr]    Migrating entity/src/mod.rs from 2021 edition to 2024
[INFO] [stderr]     Checking shuttle-axum v0.56.0
[INFO] [stderr]     Checking migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]    Migrating migration/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking distracted-swartz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating migration/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/handlers/batches.rs:35:56
[INFO] [stdout]     |
[INFO] [stdout]  30 |     let txn = db
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `txn` calls a custom destructor
[INFO] [stdout]     |         `txn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  35 |     match create_batch_with_transaction(&txn, payload).await {
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `txn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.14/src/database/transaction.rs:234:1
[INFO] [stdout]     |
[INFO] [stdout] 234 | impl Drop for DatabaseTransaction {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/handlers/batches.rs:35:56
[INFO] [stdout]     |
[INFO] [stdout]  30 |     let txn = db
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `txn` calls a custom destructor
[INFO] [stdout]     |         `txn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  35 |     match create_batch_with_transaction(&txn, payload).await {
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `txn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.14/src/database/transaction.rs:234:1
[INFO] [stdout]     |
[INFO] [stdout] 234 | impl Drop for DatabaseTransaction {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check: distracted-swartz v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: entity v0.1.0 (/opt/rustwide/workdir/entity) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: migration v0.1.0 (/opt/rustwide/workdir/migration) updating edition from 2021 to 2024
[INFO] [stderr]     Checking migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]     Checking entity v0.1.0 (/opt/rustwide/workdir/entity)
[INFO] [stderr]     Checking distracted-swartz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `UserRole` is never used
[INFO] [stdout]  --> src/auth/roles.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum UserRole {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserRole` is never used
[INFO] [stdout]  --> src/auth/roles.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum UserRole {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f", kill_on_drop: false }`
[INFO] [stdout] cdb438a9d5a03daddcd906029c935e1971062b60f2ebb6f255c503cebde4cc2f
